home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
GraphicViewers
/
TIFFframes
/
Source
/
ToTIFF.h
< prev
next >
Wrap
Text File
|
1992-05-10
|
554b
|
27 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface ToTIFF:Object
{
id bitmapinfo;
id compressiontype, equalizeswitch;
int compression, equalize;
}
/* initialize the bitmapinfo form (set methods called automatically */
- setDefaults:sender;
/* set the compression method with actions called by the radiobuttons */
- doLZW:sender;
- doPACKBITS:sender;
- doJPEG:sender;
- doNONE:sender;
- doEQUALIZE:sender;
/* the main method, which reads the bitmap files and writes the TIFF */
- toTIFFMethod:sender;
@end